projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d55d62
)
[WINDOWSNT]: Use function prototypes.
author
Geoff Voelker
<voelker@cs.washington.edu>
Wed, 29 Apr 1998 04:34:29 +0000
(
04:34
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Wed, 29 Apr 1998 04:34:29 +0000
(
04:34
+0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index a3ffda3e9bcefee9684cdb08efb6f0990e69850f..bda73db6aa7293d802e41c00a29256c875ad7b73 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1272,7
+1272,7
@@
typedef unsigned char UCHAR;
#endif
/* Declare the prototype for a general external function. */
-#if
def __STDC__
+#if
defined (__STDC__) || defined (WINDOWSNT)
#define P_(proto) proto
#else
#define P_(proto) ()